home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / pkone.arj / DEMO.BAT < prev    next >
DOS Batch File  |  1994-01-18  |  878b  |  23 lines

  1. @Echo Off
  2. cls
  3. echo ══════════════════════════════════════════════════════════════════════════════
  4. echo  This batch file will produce a demo of Clipper manipulating Pkzip asper the
  5. echo  information in readme documentation file. You need to have Blinker to link,
  6. echo  and nanfor.lib for the link process. 
  7. echo.
  8. echo  PKZIP.EXE and PKUNZIP.EXE version 2.4g are required during the demo.
  9. echo  The file PKZIP.CFG must reside in the same directory as the above files.
  10. echo  I have provide a copy of pkzip.cfg configured to work with the demo. If it
  11. echo  is not configured correctly the demo will NOT function.
  12. echo.
  13. echo WHEN READY
  14. echo Press [N]o do not abort/link
  15. echo Press [Y]es abort the link process
  16. echo ══════════════════════════════════════════════════════════════════════════════
  17. echo 
  18. echo.
  19. echo  | pause >nul
  20. blinker @linkfile
  21. pknotes 1
  22. echo.
  23.